Sales APIs
Description
The core sales document authorizing the sale of items to a customer. Can originate from a sales quote or sales order request. Leads to a shipping advice and sales invoice.
Tags and resources
Item
Line items on a sales order, each representing a product or service to be delivered to the customer.
Notification
Notifications on a sales order (e.g., status changes, backlog alerts, approval requests).
sales/orders
Resource for creating new sales orders. Note that only customer is required.
sales/orders
List of sales orders
sales/orders/{salesOrderId}
Saves information about the sales order
sales/orders/{salesOrderId}
Sales order details for the provided identifier
sales/orders/{salesOrderId}/api-operations/{apiOperationId}/instances
49 operation(s) for sales/orders/{salesOrderId}
sales/orders/{salesOrderId}
Deletes a sales order
sales/orders/{salesOrderId}/applicable-accessories?productId={productId}&itemId={itemId}
List of applicable accessories for all items of the sales order. If the sales order is in a status where items cannot be added, this API will return an empty list. Note that if product is specified, applicable accessories for that specific product will show even if the product does not exist in any of the items.
sales/orders/{salesOrderId}/applicable-replacements?productId={productId}&itemId={itemId}
List of applicable replacements for all items of the sales order. If the sales order is in a status where items cannot be added, this API will return an empty list. Note that if product is specified, applicable replacements for that specific product will show even if the product does not exist in any of the items.
sales/orders/{salesOrderId}/forward-destinations?objectType={objectType}
List of possible targets to forward sales order to
sales/orders/{salesOrderId}/payment-items
List of all payment items for provided sales order
sales/orders/key-figures?groupBy={groupBy}
Key figures for sales orders.